Class SatzFactoryEEL13

java.lang.Object
de.aoksystems.da.kernpruefung.eel13.SatzFactoryEEL13
All Implemented Interfaces:
de.aoksystems.da.kernpruefung.saetze.SatzFactory

public class SatzFactoryEEL13 extends Object implements de.aoksystems.da.kernpruefung.saetze.SatzFactory
EEL-Spezifische Implementierung der SatzFactory, EEL v13. VNr Stand 1.0 20.06.2025 Ersterstellung für TA-Version 13.00
Version:
1.0
Author:
Jens Tröger (AOK-Systems - Datenaustausch)
See Also:
  • SatzFactory
  • Constructor Details

    • SatzFactoryEEL13

      public SatzFactoryEEL13()
  • Method Details

    • isResponsibleFor

      public boolean isResponsibleFor(String satzkopf)
      Specified by:
      isResponsibleFor in interface de.aoksystems.da.kernpruefung.saetze.SatzFactory
    • getCip

      public de.aoksystems.da.kernpruefung.saetze.SatzCip getCip(String satzkopf) throws de.aoksystems.da.kernpruefung.KonstruktionsException
      Specified by:
      getCip in interface de.aoksystems.da.kernpruefung.saetze.SatzFactory
      Throws:
      de.aoksystems.da.kernpruefung.KonstruktionsException
    • getSatzkoepfe

      public String[] getSatzkoepfe()
      Specified by:
      getSatzkoepfe in interface de.aoksystems.da.kernpruefung.saetze.SatzFactory
    • constructSatz

      public de.aoksystems.da.kernpruefung.saetze.Satz constructSatz(String raw) throws de.aoksystems.da.kernpruefung.KonstruktionsException
      Specified by:
      constructSatz in interface de.aoksystems.da.kernpruefung.saetze.SatzFactory
      Throws:
      de.aoksystems.da.kernpruefung.KonstruktionsException